3.66 \(\int x^3 \sqrt{d-c^2 d x^2} (a+b \cosh ^{-1}(c x)) \, dx\)

Optimal. Leaf size=195 \[ \frac{\left (d-c^2 d x^2\right )^{5/2} \left (a+b \cosh ^{-1}(c x)\right )}{5 c^4 d^2}-\frac{\left (d-c^2 d x^2\right )^{3/2} \left (a+b \cosh ^{-1}(c x)\right )}{3 c^4 d}-\frac{b c x^5 \sqrt{d-c^2 d x^2}}{25 \sqrt{c x-1} \sqrt{c x+1}}+\frac{b x^3 \sqrt{d-c^2 d x^2}}{45 c \sqrt{c x-1} \sqrt{c x+1}}+\frac{2 b x \sqrt{d-c^2 d x^2}}{15 c^3 \sqrt{c x-1} \sqrt{c x+1}} \]

[Out]

(2*b*x*Sqrt[d - c^2*d*x^2])/(15*c^3*Sqrt[-1 + c*x]*Sqrt[1 + c*x]) + (b*x^3*Sqrt[d - c^2*d*x^2])/(45*c*Sqrt[-1
+ c*x]*Sqrt[1 + c*x]) - (b*c*x^5*Sqrt[d - c^2*d*x^2])/(25*Sqrt[-1 + c*x]*Sqrt[1 + c*x]) - ((d - c^2*d*x^2)^(3/
2)*(a + b*ArcCosh[c*x]))/(3*c^4*d) + ((d - c^2*d*x^2)^(5/2)*(a + b*ArcCosh[c*x]))/(5*c^4*d^2)

________________________________________________________________________________________

Rubi [A]  time = 0.323137, antiderivative size = 214, normalized size of antiderivative = 1.1, number of steps used = 4, number of rules used = 5, integrand size = 27, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.185, Rules used = {5798, 100, 12, 74, 5733} \[ -\frac{x^2 (1-c x) (c x+1) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{5 c^2}-\frac{2 (1-c x) (c x+1) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{15 c^4}-\frac{b c x^5 \sqrt{d-c^2 d x^2}}{25 \sqrt{c x-1} \sqrt{c x+1}}+\frac{b x^3 \sqrt{d-c^2 d x^2}}{45 c \sqrt{c x-1} \sqrt{c x+1}}+\frac{2 b x \sqrt{d-c^2 d x^2}}{15 c^3 \sqrt{c x-1} \sqrt{c x+1}} \]

Antiderivative was successfully verified.

[In]

Int[x^3*Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]),x]

[Out]

(2*b*x*Sqrt[d - c^2*d*x^2])/(15*c^3*Sqrt[-1 + c*x]*Sqrt[1 + c*x]) + (b*x^3*Sqrt[d - c^2*d*x^2])/(45*c*Sqrt[-1
+ c*x]*Sqrt[1 + c*x]) - (b*c*x^5*Sqrt[d - c^2*d*x^2])/(25*Sqrt[-1 + c*x]*Sqrt[1 + c*x]) - (2*(1 - c*x)*(1 + c*
x)*Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]))/(15*c^4) - (x^2*(1 - c*x)*(1 + c*x)*Sqrt[d - c^2*d*x^2]*(a + b*Ar
cCosh[c*x]))/(5*c^2)

Rule 5798

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> Dist
[((-d)^IntPart[p]*(d + e*x^2)^FracPart[p])/((1 + c*x)^FracPart[p]*(-1 + c*x)^FracPart[p]), Int[(f*x)^m*(1 + c*
x)^p*(-1 + c*x)^p*(a + b*ArcCosh[c*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[c^2*d + e, 0]
 &&  !IntegerQ[p]

Rule 100

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(a +
 b*x)^(m - 1)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/(d*f*(m + n + p + 1)), x] + Dist[1/(d*f*(m + n + p + 1)), I
nt[(a + b*x)^(m - 2)*(c + d*x)^n*(e + f*x)^p*Simp[a^2*d*f*(m + n + p + 1) - b*(b*c*e*(m - 1) + a*(d*e*(n + 1)
+ c*f*(p + 1))) + b*(a*d*f*(2*m + n + p) - b*(d*e*(m + n) + c*f*(m + p)))*x, x], x], x] /; FreeQ[{a, b, c, d,
e, f, n, p}, x] && GtQ[m, 1] && NeQ[m + n + p + 1, 0] && IntegerQ[m]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 74

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(c + d*x)
^(n + 1)*(e + f*x)^(p + 1))/(d*f*(n + p + 2)), x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2, 0] &
& EqQ[a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)), 0]

Rule 5733

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))*(x_)^(m_)*((d1_) + (e1_.)*(x_))^(p_)*((d2_) + (e2_.)*(x_))^(p_), x_Sym
bol] :> With[{u = IntHide[x^m*(1 + c*x)^p*(-1 + c*x)^p, x]}, Dist[(-(d1*d2))^p*(a + b*ArcCosh[c*x]), u, x] - D
ist[b*c*(-(d1*d2))^p, Int[SimplifyIntegrand[u/(Sqrt[1 + c*x]*Sqrt[-1 + c*x]), x], x], x]] /; FreeQ[{a, b, c, d
1, e1, d2, e2}, x] && EqQ[e1 - c*d1, 0] && EqQ[e2 + c*d2, 0] && IntegerQ[p - 1/2] && (IGtQ[(m + 1)/2, 0] || IL
tQ[(m + 2*p + 3)/2, 0]) && NeQ[p, -2^(-1)] && GtQ[d1, 0] && LtQ[d2, 0]

Rubi steps

\begin{align*} \int x^3 \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right ) \, dx &=\frac{\sqrt{d-c^2 d x^2} \int x^3 \sqrt{-1+c x} \sqrt{1+c x} \left (a+b \cosh ^{-1}(c x)\right ) \, dx}{\sqrt{-1+c x} \sqrt{1+c x}}\\ &=-\frac{2 (1-c x) (1+c x) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{15 c^4}-\frac{x^2 (1-c x) (1+c x) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{5 c^2}-\frac{\left (b c \sqrt{d-c^2 d x^2}\right ) \int \frac{-2-c^2 x^2+3 c^4 x^4}{15 c^4} \, dx}{\sqrt{-1+c x} \sqrt{1+c x}}\\ &=-\frac{2 (1-c x) (1+c x) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{15 c^4}-\frac{x^2 (1-c x) (1+c x) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{5 c^2}-\frac{\left (b \sqrt{d-c^2 d x^2}\right ) \int \left (-2-c^2 x^2+3 c^4 x^4\right ) \, dx}{15 c^3 \sqrt{-1+c x} \sqrt{1+c x}}\\ &=\frac{2 b x \sqrt{d-c^2 d x^2}}{15 c^3 \sqrt{-1+c x} \sqrt{1+c x}}+\frac{b x^3 \sqrt{d-c^2 d x^2}}{45 c \sqrt{-1+c x} \sqrt{1+c x}}-\frac{b c x^5 \sqrt{d-c^2 d x^2}}{25 \sqrt{-1+c x} \sqrt{1+c x}}-\frac{2 (1-c x) (1+c x) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{15 c^4}-\frac{x^2 (1-c x) (1+c x) \sqrt{d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{5 c^2}\\ \end{align*}

Mathematica [A]  time = 0.179567, size = 128, normalized size = 0.66 \[ \frac{\sqrt{d-c^2 d x^2} \left (3 c^2 x^2 (c x-1)^{3/2} (c x+1)^{3/2} \left (a+b \cosh ^{-1}(c x)\right )+2 (c x-1)^{3/2} (c x+1)^{3/2} \left (a+b \cosh ^{-1}(c x)\right )+\frac{1}{15} b c x \left (-9 c^4 x^4+5 c^2 x^2+30\right )\right )}{15 c^4 \sqrt{c x-1} \sqrt{c x+1}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3*Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]),x]

[Out]

(Sqrt[d - c^2*d*x^2]*((b*c*x*(30 + 5*c^2*x^2 - 9*c^4*x^4))/15 + 2*(-1 + c*x)^(3/2)*(1 + c*x)^(3/2)*(a + b*ArcC
osh[c*x]) + 3*c^2*x^2*(-1 + c*x)^(3/2)*(1 + c*x)^(3/2)*(a + b*ArcCosh[c*x])))/(15*c^4*Sqrt[-1 + c*x]*Sqrt[1 +
c*x])

________________________________________________________________________________________

Maple [B]  time = 0.353, size = 640, normalized size = 3.3 \begin{align*} a \left ( -{\frac{{x}^{2}}{5\,{c}^{2}d} \left ( -{c}^{2}d{x}^{2}+d \right ) ^{{\frac{3}{2}}}}-{\frac{2}{15\,d{c}^{4}} \left ( -{c}^{2}d{x}^{2}+d \right ) ^{{\frac{3}{2}}}} \right ) +b \left ({\frac{-1+5\,{\rm arccosh} \left (cx\right )}{ \left ( 800\,cx+800 \right ){c}^{4} \left ( cx-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) } \left ( 16\,{c}^{6}{x}^{6}-28\,{c}^{4}{x}^{4}+16\,\sqrt{cx+1}\sqrt{cx-1}{x}^{5}{c}^{5}+13\,{c}^{2}{x}^{2}-20\,\sqrt{cx+1}\sqrt{cx-1}{x}^{3}{c}^{3}+5\,\sqrt{cx+1}\sqrt{cx-1}xc-1 \right ) }+{\frac{-1+3\,{\rm arccosh} \left (cx\right )}{ \left ( 288\,cx+288 \right ){c}^{4} \left ( cx-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) } \left ( 4\,{c}^{4}{x}^{4}-5\,{c}^{2}{x}^{2}+4\,\sqrt{cx+1}\sqrt{cx-1}{x}^{3}{c}^{3}-3\,\sqrt{cx+1}\sqrt{cx-1}xc+1 \right ) }-{\frac{-1+{\rm arccosh} \left (cx\right )}{ \left ( 16\,cx+16 \right ){c}^{4} \left ( cx-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) } \left ( \sqrt{cx+1}\sqrt{cx-1}xc+{c}^{2}{x}^{2}-1 \right ) }-{\frac{1+{\rm arccosh} \left (cx\right )}{ \left ( 16\,cx+16 \right ){c}^{4} \left ( cx-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) } \left ( -\sqrt{cx+1}\sqrt{cx-1}xc+{c}^{2}{x}^{2}-1 \right ) }+{\frac{1+3\,{\rm arccosh} \left (cx\right )}{ \left ( 288\,cx+288 \right ){c}^{4} \left ( cx-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) } \left ( -4\,\sqrt{cx+1}\sqrt{cx-1}{x}^{3}{c}^{3}+4\,{c}^{4}{x}^{4}+3\,\sqrt{cx+1}\sqrt{cx-1}xc-5\,{c}^{2}{x}^{2}+1 \right ) }+{\frac{1+5\,{\rm arccosh} \left (cx\right )}{ \left ( 800\,cx+800 \right ){c}^{4} \left ( cx-1 \right ) }\sqrt{-d \left ({c}^{2}{x}^{2}-1 \right ) } \left ( -16\,\sqrt{cx+1}\sqrt{cx-1}{x}^{5}{c}^{5}+16\,{c}^{6}{x}^{6}+20\,\sqrt{cx+1}\sqrt{cx-1}{x}^{3}{c}^{3}-28\,{c}^{4}{x}^{4}-5\,\sqrt{cx+1}\sqrt{cx-1}xc+13\,{c}^{2}{x}^{2}-1 \right ) } \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2),x)

[Out]

a*(-1/5*x^2*(-c^2*d*x^2+d)^(3/2)/c^2/d-2/15/d/c^4*(-c^2*d*x^2+d)^(3/2))+b*(1/800*(-d*(c^2*x^2-1))^(1/2)*(16*c^
6*x^6-28*c^4*x^4+16*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^5*c^5+13*c^2*x^2-20*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^3*c^3+5*(c
*x+1)^(1/2)*(c*x-1)^(1/2)*x*c-1)*(-1+5*arccosh(c*x))/(c*x+1)/c^4/(c*x-1)+1/288*(-d*(c^2*x^2-1))^(1/2)*(4*c^4*x
^4-5*c^2*x^2+4*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^3*c^3-3*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+1)*(-1+3*arccosh(c*x))/(c
*x+1)/c^4/(c*x-1)-1/16*(-d*(c^2*x^2-1))^(1/2)*((c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*(-1+arccosh(c*x))/(c
*x+1)/c^4/(c*x-1)-1/16*(-d*(c^2*x^2-1))^(1/2)*(-(c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*(1+arccosh(c*x))/(c
*x+1)/c^4/(c*x-1)+1/288*(-d*(c^2*x^2-1))^(1/2)*(-4*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^3*c^3+4*c^4*x^4+3*(c*x+1)^(1/
2)*(c*x-1)^(1/2)*x*c-5*c^2*x^2+1)*(1+3*arccosh(c*x))/(c*x+1)/c^4/(c*x-1)+1/800*(-d*(c^2*x^2-1))^(1/2)*(-16*(c*
x+1)^(1/2)*(c*x-1)^(1/2)*x^5*c^5+16*c^6*x^6+20*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^3*c^3-28*c^4*x^4-5*(c*x+1)^(1/2)*
(c*x-1)^(1/2)*x*c+13*c^2*x^2-1)*(1+5*arccosh(c*x))/(c*x+1)/c^4/(c*x-1))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.83329, size = 373, normalized size = 1.91 \begin{align*} \frac{15 \,{\left (3 \, b c^{6} x^{6} - 4 \, b c^{4} x^{4} - b c^{2} x^{2} + 2 \, b\right )} \sqrt{-c^{2} d x^{2} + d} \log \left (c x + \sqrt{c^{2} x^{2} - 1}\right ) -{\left (9 \, b c^{5} x^{5} - 5 \, b c^{3} x^{3} - 30 \, b c x\right )} \sqrt{-c^{2} d x^{2} + d} \sqrt{c^{2} x^{2} - 1} + 15 \,{\left (3 \, a c^{6} x^{6} - 4 \, a c^{4} x^{4} - a c^{2} x^{2} + 2 \, a\right )} \sqrt{-c^{2} d x^{2} + d}}{225 \,{\left (c^{6} x^{2} - c^{4}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2),x, algorithm="fricas")

[Out]

1/225*(15*(3*b*c^6*x^6 - 4*b*c^4*x^4 - b*c^2*x^2 + 2*b)*sqrt(-c^2*d*x^2 + d)*log(c*x + sqrt(c^2*x^2 - 1)) - (9
*b*c^5*x^5 - 5*b*c^3*x^3 - 30*b*c*x)*sqrt(-c^2*d*x^2 + d)*sqrt(c^2*x^2 - 1) + 15*(3*a*c^6*x^6 - 4*a*c^4*x^4 -
a*c^2*x^2 + 2*a)*sqrt(-c^2*d*x^2 + d))/(c^6*x^2 - c^4)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{3} \sqrt{- d \left (c x - 1\right ) \left (c x + 1\right )} \left (a + b \operatorname{acosh}{\left (c x \right )}\right )\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*(a+b*acosh(c*x))*(-c**2*d*x**2+d)**(1/2),x)

[Out]

Integral(x**3*sqrt(-d*(c*x - 1)*(c*x + 1))*(a + b*acosh(c*x)), x)

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: NotImplementedError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError